Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Protected Overloads Overrides Sub Dispose( _ ByVal disposing As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As frmMain Dim disposing As Boolean instance.Dispose(disposing) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] protected override void Dispose( bool disposing ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] protected: void Dispose( bool disposing ) override |
Parameters
- disposing